home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / MAN / PNMPASTE.MAN < prev    next >
Text File  |  1993-01-08  |  2KB  |  70 lines

  1.  
  2.  
  3. pnmpaste(1)                Unix Programmer's Manual                pnmpaste(1)
  4.  
  5.  
  6. NAME
  7.      pnmpaste - paste a rectangle into a portable anymap
  8.  
  9. SYNOPSIS
  10.      pnmpaste [-replace|-or|-and |-xor] frompnmfile x y [intopnmfile]
  11.                                         ----------- - -  -----------
  12.  
  13. DESCRIPTION
  14.      Reads two portable anymaps as input.  Inserts the first anymap  into  the
  15.      second at the specified location, and produces a portable anymap the same
  16.      size as the second as output.  If the second anymap is not specified,  it
  17.      is  read from stdin.  The x and y can be negative, in which case they are
  18.                                -     -
  19.      interpreted relative to the right and bottom of the anymap, respectively.
  20.  
  21.      This tool is most useful in combination with pnmcut.   For  instance,  if
  22.                                                   ------
  23.      you  want to edit a small segment of a large image, and your image editor
  24.      cannot edit the large  image,  you  can  cut  out  the  segment  you  are
  25.      interested in, edit it, and then paste it back in.
  26.  
  27.      Another useful companion tool is pbmmask.
  28.                                       -------
  29.  
  30.      The optional flag specifies the operation to use when  doing  the  paste.
  31.      The  default is -replace.  The other, logical operations are only allowed
  32.      if both input images are bitmaps.  These operations act as  if  white  is
  33.      TRUE and black is FALSE.
  34.  
  35.      All flags can be abbreviated to their shortest unique prefix.
  36.  
  37. SEE ALSO
  38.      pnmcut(1), pnminvert(1), pnmarith(1), pnm(5), pbmmask(1)
  39.  
  40. AUTHOR
  41.      Copyright (C) 1989, 1991 by Jef Poskanzer.
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.                               21 February 1991                               1
  69.  
  70.